home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / language / xlispst.cpt / XLisp-Stat ƒ / Disk 1 / Examples / abrasiondemo.lsp next >
Encoding:
Text File  |  1989-07-26  |  308 b   |  10 lines

  1. #+macintosh(require ":data:tutorial")
  2. #+unix(load-data "tutorial")
  3.  
  4. (scatterplot-matrix 
  5.  (list hardness tensile-strength abrasion-loss)
  6.  :variable-labels '("Hardness" "Tensile Strength" "Abrasion Loss"))
  7.  
  8. (spin-plot (list hardness tensile-strength abrasion-loss)
  9.            :variable-labels '("H" "T" "A"))
  10.